/ Assembly List / LJCAddressParserLib / StandardAddress / ParseAddressNumber

Namespace - LJCAddressParserLib


Parameters
currentIndex - The token index value.

Returns

true if the token is an AddressNumber; otherwise, false.

Syntax

C#
public Boolean ParseAddressNumber(Int32& currentIndex)

Parses a token into the AddressNumber Property.

Remarks

Increments the currentIndex by one if the token is an AddressNumber.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.